-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(quic): deprecate QUIC draft-29 version support #5786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(quic): deprecate QUIC draft-29 version support #5786
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left a small comment :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, looks like you would need to add #[allow(deprecated)]
to support_draft_29
too. Could you do that too? :)
Friendly ping @tesol2y090. The CI still fails because Also: could we use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflicts with master need to be resolved, otherwise LGTM,
This pull request has merge conflicts. Could you please resolve them @tesol2y090? 🙏 |
Co-authored-by: Elena Frank <[email protected]>
expect(deprecated)
has been added where needed.
Description
Deprecate support_draft_version field from QUIC protocol.
resolves #3395
Change checklist